home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Whiteline: Alpha
/
Whiteline Alpha.iso
/
tools
/
cpx_acc
/
cpxbasic
/
beispiel
/
hex.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1994-09-22
|
103 b
|
7 lines
10 INPUT 'x ',x
20 PRINT BIN$ x
30 PRINT OCT$ x
40 PRINT STR$ x
50 PRINT HEX$ x
60 GOTO 10